WebApiRepository

fun interface WebApiRepository

Types

Link copied to clipboard
@Serializable
data class GetMetadataIdsConfig(val dataElements: Boolean = true, val categoryOptionCombos: Boolean = true, val organisationUnits: Boolean = true, val users: Boolean = true, val trackedEntityTypes: Boolean = true, val trackedEntityAttributes: Boolean = true, val programs: Boolean = true)
Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun getMetadataIds(config: WebApiRepository.GetMetadataIdsConfig): SMSMetadata